Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TiXmlComment Class Reference

#include <tinyxml.h>

Inheritance diagram for TiXmlComment:

Inheritance graph
[legend]
Collaboration diagram for TiXmlComment:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TiXmlComment ()
 Constructs an empty comment.

virtual ~TiXmlComment ()
virtual TiXmlNodeClone () const
virtual void Print (FILE *cfile, int depth) const

Protected Member Functions

virtual void StreamOut (TiXmlOutStream *out) const
virtual const char * Parse (const char *p, TiXmlParsingData *data)

Detailed Description

An XML comment.


Constructor & Destructor Documentation

TiXmlComment::TiXmlComment   [inline]
 

Constructs an empty comment.

virtual TiXmlComment::~TiXmlComment   [inline, virtual]
 


Member Function Documentation

TiXmlNode * TiXmlComment::Clone   const [virtual]
 

Implements TiXmlNode.

const char * TiXmlComment::Parse const char *    p,
TiXmlParsingData   data
[protected, virtual]
 

Implements TiXmlBase.

void TiXmlComment::Print FILE   cfile,
int    depth
const [virtual]
 

All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines.

(For an unformatted stream, use the << operator.)

Implements TiXmlBase.

void TiXmlComment::StreamOut TiXmlOutStream *    out const [protected, virtual]
 

Implements TiXmlBase.


The documentation for this class was generated from the following files:
Generated on Mon Sep 12 20:18:21 2005 for Destiny3D by doxygen1.3-rc3